home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / DIRECTOR / data.z / Keyboard Lingo.dir / Scripts_11_ Key Down Script for Scene 1.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  188 b   |  13 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on keyDown
  6.   put the key into field "The Key" of castLib "Text"
  7.   set the member of sprite 8 to member "downstate"
  8. end
  9.  
  10. on keyUp
  11.   puppetSprite(8, 0)
  12. end
  13.